home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
NeXTSTEP 3.3 (Developer)…68k, x86, SPARC, PA-RISC]
/
NeXTSTEP 3.3 Dev Intel.iso
/
NextDeveloper
/
Headers
/
dbkit
/
exceptions.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1992-05-06
|
344 b
|
16 lines
/*
** exceptions.h
** Database Kit, Release 3.0
** Copyright (c) 1992, NeXT Computer, Inc. All rights reserved.
*/
#define DB_ERROR_BASE (6000)
typedef enum _DBAccessErrors {
DB_UnimplementedException = DB_ERROR_BASE,
DB_CoercionException,
DB_FormatException,
DB_CursorException,
DB_CommitException
} DBExceptions;